home *** CD-ROM | disk | FTP | other *** search
- inherited frmNTLogEvent: TfrmNTLogEvent
- Left = 410
- Top = 55
- HelpContext = 50
- Caption = 'Log Event'
- OldCreateOrder = True
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- inherited pnlTop: TPanel
- inherited memActionDesc: TMemo
- Lines.Strings = (
-
- 'Logs an event to the Windows Event Log (not supported on Windows' +
- ' 95/98/ME).')
- end
- end
- inherited pnlCenter: TPanel
- inherited pgcControlPage: TPageControl
- inherited tbsAM5Main: TTabSheet
- object Label1: TLabel
- Left = 10
- Top = 16
- Width = 46
- Height = 13
- Caption = '&Message:'
- FocusControl = edtMessage
- end
- object edtMessage: TEdit
- Left = 10
- Top = 32
- Width = 449
- Height = 21
- TabOrder = 0
- end
- object rgMessageType: TRadioGroup
- Left = 10
- Top = 65
- Width = 449
- Height = 88
- Caption = 'Message &type'
- Items.Strings = (
- '&Information'
- '&Warning'
- 'E&rror')
- TabOrder = 1
- end
- end
- end
- end
- inherited taclKeyboardTrap: TActionList
- Left = 200
- end
- inherited dxSIBarManager: TdxBarManager
- Categories.ItemsVisibles = (
- 2)
- Categories.Visibles = (
- True)
- PopupMenuLinks = <
- item
- Control = lsvAM5Errors
- PopupMenu = dxCheckPopup
- end>
- DockControlHeights = (
- 0
- 0
- 0
- 0)
- end
- inherited dxCheckPopup: TdxBarPopupMenu
- ItemLinks = <
- item
- Item = itmCheckAllErrors
- UserGlyph.Data = {00000000}
- Visible = True
- end
- item
- Item = itmCheckNoErrors
- UserGlyph.Data = {00000000}
- Visible = True
- end>
- end
- inherited IvTranslator1: TIvTranslator
- Left = 232
- end
- end
-